-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matter end-device implemented in Python (v2) #11116
matter end-device implemented in Python (v2) #11116
Conversation
347cc25
to
93191eb
Compare
PR #11116: Size comparison from 613f27f to 93191eb Increases (1 build for esp32)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
0ff5681
to
a29787a
Compare
PR #11116: Size comparison from 125ad20 to a29787a Full report (16 builds for mbed, nrfconnect, telink)
|
a29787a
to
51b6778
Compare
PR #11116: Size comparison from d45cfaa to b31a4b8 Decreases (1 build for esp32)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
b31a4b8
to
07f8661
Compare
22e752f
to
07f8661
Compare
PR #11116: Size comparison from 4bb1e67 to 07f8661 Full report (16 builds for mbed, nrfconnect, telink)
|
07f8661
to
9ea2d7e
Compare
PR #11116: Size comparison from beb6096 to 9ea2d7e Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
/rebase |
This PR facilitates to create a Python based matter end-device. * Adds sample with README in examples/lighting-app/python * This sample requires a DALI-USB-interface * build-chip-wheel.py was auto-formatted * Typo fixed in operational-credentials-server.cpp * Correct IP commissioning cluster docs * Add python-dali as a requirement * Add Options and re-enable BLE and WiFi * Use lighting-app.zap for client python device. * Restyled
9ea2d7e
to
a7346bb
Compare
PR #11116: Size comparison from a9ffa78 to a7346bb Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@woody-apple rebased and conflict resolved. |
Fast tracking given this has had enough time for review. |
Comment resolved, endpoints are back
Problem
Currently there is a Python matter controller in the source tree. There is no Python matter end-device.
v1 of this PR is in #8589, but cannot be reopened.
Change overview
This PR facilitates to create a Python based matter end-device.
Testing